module Mongols {
	 imports {
		 Base}
	
    item Mongols_Jacket
    {
        Type = Clothing,
        DisplayName = Mongols Leather Jacket,
        ClothingItem = Mongols_Jacket,
        BodyLocation = Jacket,
        Icon = MFFM1,
        BloodLocation = Jacket,

        ClothingItemExtra = Mongols_Jacket_Open,
        ClothingItemExtraOption = Open,
        clothingExtraSubmenu = Close,

        RunSpeedModifier = 0.95,
        CombatSpeedModifier = 0.97,
        BiteDefense = 20,
        ScratchDefense = 40,
        NeckProtectionModifier = 0.5,
        Insulation = 0.40,
        WindResistance = 0.6,
        FabricType = Leather,
        WaterResistance = 0.4,
        Weight = 2,
        WorldStaticModel = Jacket_Ground,
    }
    item Mongols_Jacket_Open
    {
        Type = Clothing,
        DisplayName = Mongols Leather Jacket,
        ClothingItem = Mongols_Jacket_Open,
        BodyLocation = Jacket,
        Icon = MFFM1,
        BloodLocation = Jacket,

        ClothingItemExtra = Mongols_Jacket,
        ClothingItemExtraOption = Close,
        clothingExtraSubmenu = Open,

        RunSpeedModifier = 0.95,
        CombatSpeedModifier = 0.97,
        BiteDefense = 20,
        ScratchDefense = 40,
        NeckProtectionModifier = 0.5,
        Insulation = 0.40,
        WindResistance = 0.6,
        FabricType = Leather,
        WaterResistance = 0.4,
        Weight = 2,
        WorldStaticModel = Jacket_Ground,
    }
    item Mongols_Vest
    {
        Type = Clothing,
        DisplayName = Mongols Vest,
        ClothingItem = Mongols_Vest,
        BodyLocation = Jacket,
        Icon = MFFM2,
        BloodLocation = ShirtNoSleeves,

        ClothingItemExtra = Mongols_Vest_Open,
        ClothingItemExtraOption = Open,
        clothingExtraSubmenu = Close,

        BiteDefense = 20,
        Insulation = 0.7,
        WindResistance = 0.7,
        FabricType = Leather,
        WaterResistance = 0.6,
        Weight = 1.6,
        WorldStaticModel = Vest_Ground,
    }
    item Mongols_Vest_Open
    {
        Type = Clothing,
        DisplayName = Mongols Vest,
        ClothingItem = Mongols_Vest_Open,
        BodyLocation = Jacket,
        Icon = MFFM2,
        BloodLocation = ShirtNoSleeves,

        ClothingItemExtra = Mongols_Vest,
        ClothingItemExtraOption = Close,
        clothingExtraSubmenu = Open,

        BiteDefense = 20,
        Insulation = 0.7,
        WindResistance = 0.7,
        FabricType = Leather,
        WaterResistance = 0.6,
        Weight = 1.6,
        WorldStaticModel = Vest_Ground,
    }
}